home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1998 January
/
Pcwk0198.iso
/
Dzieci
/
SIMPDATA
/
SIMPMAIN
/
00043_right panel score script.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1996-09-01
|
242 b
|
11 lines
on mouseDown
if the lastClick > 5 then
exit
end if
set whichSpr to the clickOn
set theMouseH to the mouseH
set theMouseV to the mouseV
hideFieldHiliterSpr(appMgr)
panelClick(interfaceMgr, theMouseH, theMouseV, whichSpr)
end